A. WindowsPrincipal
B. WindowDatset
C. Serialization
D. None of the Above
Advertisement
Related Mcqs:
- Which of the following is TRUE about Windows Authentication in ASP.NET ?
- A. Role membership determined only by user programming B. Automatically determines role membership C. ASP.NET does not support Windows Authentication D. None of these...
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- Where do we include the user lists for windows authentication ?
- A. B. C. D....
- Give one word: What model does ASP.NET request processing is based on__________________?
- A. Top-down B. Bottom-up C. Waterfall D. Pipeline...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- ASP.NET separates the HTML output from program logic using a feature named as_______________?
- A. Code-front B. Exception C. Code-behind D. All of the above...
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
- A. The access is restricted only to ASP.NET files B. The access is restricted only to static files and non-ASP.NET resources. C. Both A and B D. None of the Above...
- Which of the following ASP.NET object encapsulates the state of the client ?
- A. Application object B. Session object C. Server object D. Response object...
- In ASP.NET in form page the object which contains the user name is ________________?
- A. Page.User.IsInRole B. Page.User.Name C. Page.User.Identity D. None of these...
Advertisement